Skip to main content

Merchant Config

Details

Used to to check what modules have been enabled for merchant.

URL : <base_url>/config

Method : GET

Authentication required : YES

Success Response

Code : 200 OK

Content :

{
"success": true,
"config": {
"loyalty": true,
"gift_card": true
}
}